| Fully Qualified Name: | CodeIgniter\Encryption\EncrypterInterface |
CodeIgniter Encryption Handler
Provides two-way keyed encryption
| Name | Description | Defined By |
|---|---|---|
| decrypt() | Decrypt - convert ciphertext into plaintext | EncrypterInterface |
| encrypt() | Encrypt - convert plaintext into ciphertext | EncrypterInterface |
Decrypt - convert ciphertext into plaintext
| Parameter Name | Type | Description |
|---|---|---|
| $data | string | Encrypted |
| $params | array | Over-ridden |
Returns: string
Encrypt - convert plaintext into ciphertext
| Parameter Name | Type | Description |
|---|---|---|
| $data | string | Input |
| $params | array | Over-ridden |
Returns: string